home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / race140.zip / DORWYHLP.ZIP / ERRLVL.CMD next >
OS/2 REXX Batch file  |  1990-08-23  |  338b  |  10 lines

  1. :DOORWAY
  2.  doorway.exe COM2 /G:ON /F: /M:100 /S:* /B:MZ /O:T /L /V:D^U /X: /C:DOS
  3.  goto BBS_RETURN
  4.  
  5. rem ***** If RA exits with errorlevel 30 we load RemDoor *****
  6. rem  ***** If RA exits with errorlevel 96 we load Race *****
  7. :RACE
  8. c:\ra\doorway.exe COM2 /G:ON /F: /M:100 /S:* /B:MZ /O:T /L /V:D^U /X: /P:RACE.EXE
  9.   goto BBS_RETURN
  10.